GtkApplicationWindow: Some more docs
authorMatthias Clasen <mclasen@redhat.com>
Wed, 25 Jan 2012 03:51:05 +0000 (22:51 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 25 Jan 2012 03:51:05 +0000 (22:51 -0500)
gtk/gtkapplicationwindow.c

index 5f8b1b375ea3e5259f89ea48d690963cfaf60f65..6115ba5e4c700ef703c85e0fa8bee17946d69aba 100644 (file)
  * prefix.  Actions must be addressed with the prefixed name when
  * referring to them from a #GMenuModel.
  *
+ * Note that widgets that are placed inside a GtkApplicationWindow
+ * can also activate these actions, if they implement the
+ * GtkActionable interface.
+ *
  * As with #GtkApplication, the GDK lock will be acquired when
  * processing actions arriving from other processes and should therefore
  * be held when activating actions locally (if GDK threads are enabled).